home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / space_dude.swf / scripts / frame_13 / DoAction.as
Text File  |  2007-01-12  |  266b  |  12 lines

  1. c1 = _url.indexOf("://") + 3;
  2. c2 = _url.indexOf("/",c1);
  3. domain = _url.substring(c1,c2);
  4. if(domain == "www.dreamarcade.com" || domain == "216.55.181.4" || domain == "www.ultimatearcade.com")
  5. {
  6.    gotoAndStop("hotlink");
  7. }
  8. else
  9. {
  10.    gotoAndStop("good");
  11. }
  12.